Re: New Microsoft Bug Problems Blamed On Globalization
From: Bill Unruh (unruh@physics.ubc.ca)Date: 02/18/02
- Next message: Damir Ozega: "Re: Which pgp? Need an advice"
- Previous message: Barry Margolin: "Re: IP ADDRESS"
- In reply to: Ken Hagan: "Re: New Microsoft Bug Problems Blamed On Globalization"
- Next in thread: Alun Jones: "Re: New Microsoft Bug Problems Blamed On Globalization"
- Reply: Alun Jones: "Re: New Microsoft Bug Problems Blamed On Globalization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: unruh@physics.ubc.ca (Bill Unruh) Date: 18 Feb 2002 17:08:05 GMT
In <1014040510.2621.0.nnrp-12.3e31ffea@news.demon.co.uk> "Ken Hagan" <K.Hagan@thermoteknix.co.uk> writes:
]Lest this go unchallenged, I would point out that it, and all the
]people quoted in it, are talking utter baloney. Buffer overruns
]are not prevented by guessing how much space you might need. (Quite
]the contrary.) Instead, they are prevented by measuring how much
]space you actually need and ensuring that you allocate that much.
No. No matter how much buffer you allocate it can always be overrun by an attacker. The
question is how you handle overruns. Do you allow anything to write beyond the end of the
buffer? If you do your code is a disaster., no matter how big a buffer you allocated.
This is absolutely attrocious software engineering.
]Multi-byte characters change nothing.
]"Jerry Leslie" <leslie@clio.rice.edu> wrote...
]>
]> http://www.newsbytes.com/news/02/174512.html
]> New Microsoft Bug Problems Blamed On Globalization
][snip]
]> Languages with extensive alphabets, such as Japanese, require that
]> programmers set aside bigger buffers in the program's memory - or risk
]> creating Unicode vulnerabilities of the sort in Microsoft's Internet
]> Information Server (IIS) Web software that led to the Code Red worm
]> last year, according to the essay, which is entitled "The Pitfalls of
]> Writing Global Software."
- Next message: Damir Ozega: "Re: Which pgp? Need an advice"
- Previous message: Barry Margolin: "Re: IP ADDRESS"
- In reply to: Ken Hagan: "Re: New Microsoft Bug Problems Blamed On Globalization"
- Next in thread: Alun Jones: "Re: New Microsoft Bug Problems Blamed On Globalization"
- Reply: Alun Jones: "Re: New Microsoft Bug Problems Blamed On Globalization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|