[jira] [Commented] (PROTON-2484) epoll proactor memory use after free

2022-01-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17476333#comment-17476333
 ] 

ASF subversion and git services commented on PROTON-2484:
-

Commit 9ddecea80f366c6898671a2545b762a44b675052 in qpid-proton's branch 
refs/heads/main from Clifford Jansen
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=9ddecea ]

PROTON-2484: epoll proactor - missing null pointer logic generously found by 
coverity


> epoll proactor memory use after free
> 
>
> Key: PROTON-2484
> URL: https://issues.apache.org/jira/browse/PROTON-2484
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.36.0
>Reporter: Clifford Jansen
>Assignee: Clifford Jansen
>Priority: Major
>
> ASAN correctly notes use of task memory after task deletion.  Notably using 
> the task's pointer value for the proactor.  This value can be saved at a time 
> the task is known to still exist.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2484) epoll proactor memory use after free

2022-01-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17475873#comment-17475873
 ] 

ASF subversion and git services commented on PROTON-2484:
-

Commit 5101a6f72485bd21e39ca62c956edd122954d260 in qpid-proton's branch 
refs/heads/main from Clifford Jansen
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=5101a6f ]

PROTON-2484: epoll proactor - update fix for new introduced TSAN race


> epoll proactor memory use after free
> 
>
> Key: PROTON-2484
> URL: https://issues.apache.org/jira/browse/PROTON-2484
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.36.0
>Reporter: Clifford Jansen
>Assignee: Clifford Jansen
>Priority: Major
>
> ASAN correctly notes use of task memory after task deletion.  Notably using 
> the task's pointer value for the proactor.  This value can be saved at a time 
> the task is known to still exist.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2484) epoll proactor memory use after free

2022-01-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17475552#comment-17475552
 ] 

ASF subversion and git services commented on PROTON-2484:
-

Commit a19aa87e66e4207da0dee51d0315bc087aabcd30 in qpid-proton's branch 
refs/heads/main from Clifford Jansen
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=a19aa87 ]

PROTON-2484: epoll proactor - remove task memory reference after possible free


> epoll proactor memory use after free
> 
>
> Key: PROTON-2484
> URL: https://issues.apache.org/jira/browse/PROTON-2484
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.36.0
>Reporter: Clifford Jansen
>Assignee: Clifford Jansen
>Priority: Major
>
> ASAN correctly notes use of task memory after task deletion.  Notably using 
> the task's pointer value for the proactor.  This value can be saved at a time 
> the task is known to still exist.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org