Home
last modified time | relevance | path

Searched hist:c8025a88798dc57ecc5d7f20ad69de695445638f (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/libs/
H A Dwait_queue.rsc8025a88798dc57ecc5d7f20ad69de695445638f Wed Nov 23 12:18:22 UTC 2022 login <longjin@ringotek.cn> new:在fork时拷贝signal和sighand (#91)

* refcount初始化

* new: 实现copy_sighand
del: 删除sighand_struct的wqh, 待将来有需要时,替换成rust版本的

* new: 拷贝signal
bugfix: 解决拷贝sighand时的uaf问题
H A Dspinlock.rsc8025a88798dc57ecc5d7f20ad69de695445638f Wed Nov 23 12:18:22 UTC 2022 login <longjin@ringotek.cn> new:在fork时拷贝signal和sighand (#91)

* refcount初始化

* new: 实现copy_sighand
del: 删除sighand_struct的wqh, 待将来有需要时,替换成rust版本的

* new: 拷贝signal
bugfix: 解决拷贝sighand时的uaf问题
H A Dmod.rsc8025a88798dc57ecc5d7f20ad69de695445638f Wed Nov 23 12:18:22 UTC 2022 login <longjin@ringotek.cn> new:在fork时拷贝signal和sighand (#91)

* refcount初始化

* new: 实现copy_sighand
del: 删除sighand_struct的wqh, 待将来有需要时,替换成rust版本的

* new: 拷贝signal
bugfix: 解决拷贝sighand时的uaf问题
/DragonOS/kernel/src/process/
H A Dfork.rsc8025a88798dc57ecc5d7f20ad69de695445638f Wed Nov 23 12:18:22 UTC 2022 login <longjin@ringotek.cn> new:在fork时拷贝signal和sighand (#91)

* refcount初始化

* new: 实现copy_sighand
del: 删除sighand_struct的wqh, 待将来有需要时,替换成rust版本的

* new: 拷贝signal
bugfix: 解决拷贝sighand时的uaf问题