Ticket #45020

req_copy()

Open Date: 2022-07-05 09:48 Last Update: 2022-12-16 07:54

Reporter:
Owner:
Type:
Status:
Closed
Component:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
2

Details

I would need to create a temporary copy of a requirement struct. With the current content it would be possible to just assign (or memcpy() ) the content, but in case that's not going to work in the future (e.g. pointers contained in the struct) I think it's better to introduce req_copy() function for this.

Ticket History (3/8 Histories)

2022-07-05 09:48 Updated by: cazfi
  • New Ticket "req_copy()" created
2022-07-16 06:52 Updated by: cazfi
  • Owner Update from (None) to cazfi
  • Resolution Update from None to Accepted
2022-07-23 18:57 Updated by: cazfi
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed
2022-12-14 09:52 Updated by: cazfi
Comment

This will be needed for S3_1 too, for #46266. Include also fix #45709.

2022-12-14 10:10 Updated by: cazfi
  • Resolution Update from None to Accepted
2022-12-16 07:54 Updated by: cazfi
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login