Cong Wang writes:
> On Thu, Dec 14, 2017 at 1:08 PM, Al Viro wrote:
>> On Thu, Dec 14, 2017 at 12:17:57PM -0800, Cong Wang wrote:
>>> syzbot reported we have a use-after-free when mqueue_evict_inode()
>>> is called on __cleanup_mnt() path, where the ipc ns is already
>>> freed by the previous ex
On Sat, Dec 16, 2017 at 1:00 AM, Cong Wang wrote:
> syzbot reported we have a use-after-free when mqueue_evict_inode()
> is called on __cleanup_mnt() path, where the ipc ns is already
> freed by the previous exit_task_namespaces(). We can just move
> it after after exit_task_work()
On Fri, Dec 15, 2017 at 12:00 AM, Dmitry Vyukov wrote:
> On Fri, Dec 15, 2017 at 8:35 AM, Dmitry Vyukov wrote:
>> On Fri, Dec 15, 2017 at 7:56 AM, Eric W. Biederman
>> wrote:
>>> Cong Wang writes:
>>>
syzbot reported we have a use-after-free when mqueue_evict_inode()
is called on __cl
On Thu, Dec 14, 2017 at 1:08 PM, Al Viro wrote:
> On Thu, Dec 14, 2017 at 12:17:57PM -0800, Cong Wang wrote:
>> syzbot reported we have a use-after-free when mqueue_evict_inode()
>> is called on __cleanup_mnt() path, where the ipc ns is already
>> freed by the previous exit_task_namespaces(). We c
On Fri, Dec 15, 2017 at 8:35 AM, Dmitry Vyukov wrote:
> On Fri, Dec 15, 2017 at 7:56 AM, Eric W. Biederman
> wrote:
>> Cong Wang writes:
>>
>>> syzbot reported we have a use-after-free when mqueue_evict_inode()
>>> is called on __cleanup_mnt() path, where the ipc ns is already
>>> freed by the p
On Fri, Dec 15, 2017 at 7:56 AM, Eric W. Biederman
wrote:
> Cong Wang writes:
>
>> syzbot reported we have a use-after-free when mqueue_evict_inode()
>> is called on __cleanup_mnt() path, where the ipc ns is already
>> freed by the previous exit_task_namespaces(). We can just move
>> it after aft
Cong Wang writes:
> syzbot reported we have a use-after-free when mqueue_evict_inode()
> is called on __cleanup_mnt() path, where the ipc ns is already
> freed by the previous exit_task_namespaces(). We can just move
> it after after exit_task_work() to avoid this use-after-free.
How does that p
On Thu, Dec 14, 2017 at 12:17:57PM -0800, Cong Wang wrote:
> syzbot reported we have a use-after-free when mqueue_evict_inode()
> is called on __cleanup_mnt() path, where the ipc ns is already
> freed by the previous exit_task_namespaces(). We can just move
> it after after exit_task_work() to avoi
8 matches
Mail list logo