Re: [EXTERNAL] [PATCH v2] graph: fix does not return the unique id when create graph

2024-06-18 Thread David Marchand
On Fri, May 10, 2024 at 10:40 AM Kiran Kumar Kokkilagadda wrote: > > When the order of graph destroy is not the reverse order of create, that is, > > when it is destroyed at will, the newly created graph id will be the same as > > the existing graph id, which is not the expected unique graph id. T

RE: [EXTERNAL] [PATCH v2] graph: fix does not return the unique id when create graph

2024-05-10 Thread Kiran Kumar Kokkilagadda
[EXTERNAL] [PATCH v2] graph: fix does not return the unique id > when create graph > > Prioritize security for external emails: Confirm sender and content safety > before clicking links or opening attachments > > --

[PATCH v2] graph: fix does not return the unique id when create graph

2024-05-09 Thread Gongming Chen
From: Gongming Chen When the order of graph destroy is not the reverse order of create, that is, when it is destroyed at will, the newly created graph id will be the same as the existing graph id, which is not the expected unique graph id. This graph id incorrectly corresponds to multiple graphs.

[PATCH v2] graph: fix does not return the unique id when create graph

2024-05-09 Thread Gongming Chen
From: Gongming Chen When the order of graph destroy is not the reverse order of create, that is, when it is destroyed at will, the newly created graph id will be the same as the existing graph id, which is not the expected unique graph id. This graph id incorrectly corresponds to multiple graphs.