mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
3ccfe7cb7b
Normally under UNIX, uninitialized non-static global variables get placed in the "common" section, where they are merged at link time. This means if two C files define "int debug", they will end up referring to the same variable. Or if one does "float level" and the other does "int level" you'll get an accidental union. Such bugs can be hard to track down; fortunately GCC offers -fno-common to disable this feature. It didn't reveal any places which need fixing, however). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
bin | ||
mktowscript | ||
scripts | ||
wafsamba | ||
compare_config_h3.sh | ||
compare_config_h4.sh | ||
compare_generated.sh | ||
compare_install.sh | ||
testwaf.sh |