CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/10/21 13:56:46
Modified files: sys/arch/sgi/sgi: autoconf.c Log message: In atoi(), only check for a base indication iff the string starts with `0' and no base has been enforced. Otherwise the leading number of the mec(4) 08:00:69:xx:yy:zz Ethernet address would be interpreted as octal base, followed by an out-of-range `8' which is now rejected but incorrectly skipped; noticed by maja@