Minor headaches using pkgsrc daemons (samba)

Simon 'corecode' Schubert corecode at fs.ei.tum.de
Tue Jul 12 10:50:15 PDT 2005


Lately YONETANI Tomokazu <qhwt+dfly at xxxxxxxxxx> said:
> This is very weird; if I add `return False' BEFORE FD_ZERO() in
> open_sockets_smbd(), it terminates with SIGTERM, but if I put the
> `return False' AFTER FD_ZERO() and stack smash protector detects
> the stack overflow and it catches SIGABRT.

okay, it seems that gcc with -fstack-protector (default) and -O2 places
the variables wrongly on the stack. I can give more insight if desired.
Basically listen_set is at -72(%ebp), whereas the canary is already at
-40(%ebp). sizeoF(fd_set) == 128, so figure :)

this regression should be pushed upstream. joerg, do you handle this?

cheers
  simon

-- 
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low $$$ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \
Attachment:
pgp00005.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00005.pgp
Type: application/octet-stream
Size: 189 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/bugs/attachments/20050712/c346ff27/attachment-0020.obj>


More information about the Bugs mailing list