Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



> On 3. Feb 2024, at 19:45, Christos Zoulas <christos%zoulas.com@localhost> wrote:
> 
> Oh, I fixed GETARGS, but not UPDATE... How about now?

What is the expected result if we update a cd9660 mount with different
uid/gid or masks?

If it is forbidden the "mp->mnt_flag & MNT_UPDATE" case, lines 306 .. 312
of cd9660_vfsops.c should test them and fail on different values.

If it is allowed to change them it has to be done here.

>> On Feb 3, 2024, at 12:48 PM, J. Hannken-Illjes <hannken%mailbox.org@localhost> wrote:
>> 
>>> On 3. Feb 2024, at 18:38, Christos Zoulas <christos%zoulas.com@localhost> wrote:
>>> 
>>> Fixed, thanks.
>> 
>> Not really, with "struct iso_args *args = data" you cannot set fields
>> beyond "datalen" here and the MNT_UPDATE case is still missing.

--
J. Hannken-Illjes - hannken%mailbox.org@localhost


Home | Main Index | Thread Index | Old Index