On 3/2/06, Anthony Towns <[email protected]> wrote: > On Thu, Mar 02, 2006 at 07:42:42PM -0500, Raul Miller wrote: > > On 3/2/06, Anthony Towns <[email protected]> wrote: > > > But it doesn't -- ndiswrapper will sit there quite beningly if the > > > non-free > > > driver isn't present. It'll do everything it's supposed to -- link with > > > the > > > kernel and provide an ABI for other software -- without any errors. > > Ok, but that's not everything it's supposed to do. > > If that's all it needed to do then the code implementing the ABI > > could do (*0)= "dump core" and that would be fine. > > Eh? If I found something that claimed to implement the C string library > (strcpy, strcmp, strstr, etc) but just dumped core everytime it was > invoked, I wouldn't say it implemented the ABI at all. Some ABI's leave > some behaviour undefined (such as free(x); free(x);), but none leave > all of it undefined.
For the case you described, it would not dump core. -- Raul

