Networking + wine (like as running uTorrent in ubuntu) can be very
dangerous. I feel there should be some sandboxing(as in Windows) to prevent
frequent attacks. I would be very interested in implementing sandboxing for
running Wine applications.
Thank you
Prateek
Hello all,
First of all, I'll introduce myself: I'm Lucas Fialho Zawacki a
Computer Science undergrad at UFRGS
university in Brazil. I have worked with Wine in GSoC 2011
(http://www.google-melange.com/gsoc/project/google/gsoc2011/lfzawacki/8001)
and pretty much enjoyed the experience.
I'd like to
Am 13.03.2012 10:34, schrieb Alexandre Julliard:
> André Hentschel writes:
>
>> +int CDECL MSVCRT_tmpfile_s(MSVCRT_FILE** file)
>> +{
>> +if (!file) {
>> +*MSVCRT__errno() = MSVCRT_EINVAL;
>> +return MSVCRT_EINVAL;
>> +}
>
> That's not the right way to check parameters in