Re: Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2024-04-04 Thread Jan Beulich
On 04.04.2024 14:59, Nicola Vetrini wrote: > On 2024-03-28 11:25, Jan Beulich wrote: >> On 11.07.2023 18:40, Roberto Bagnara wrote: >>> Mandatory Rule 19.1 (An object shall not be assigned or copied to an >>> overlapping object) is directly targeted at two undefined behaviors, >>> one of which is

Re: Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2024-04-04 Thread Nicola Vetrini
On 2024-03-28 11:25, Jan Beulich wrote: On 11.07.2023 18:40, Roberto Bagnara wrote: Mandatory Rule 19.1 (An object shall not be assigned or copied to an overlapping object) is directly targeted at two undefined behaviors, one of which is the subject of 6.5.16.1p3, namely: If the value being

Re: Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2024-03-28 Thread Jan Beulich
On 11.07.2023 18:40, Roberto Bagnara wrote: > Mandatory Rule 19.1 (An object shall not be assigned or copied to an > overlapping object) is directly targeted at two undefined behaviors, > one of which is the subject of 6.5.16.1p3, namely: > >If the value being stored in an object is read from

Re: Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2023-07-17 Thread Nicola Vetrini
On 17/07/23 14:42, Jan Beulich wrote: On 11.07.2023 18:40, Roberto Bagnara wrote: Mandatory Rule 19.1 (An object shall not be assigned or copied to an overlapping object) is directly targeted at two undefined behaviors, one of which is the subject of 6.5.16.1p3, namely: If the value

Re: Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2023-07-17 Thread Jan Beulich
On 11.07.2023 18:40, Roberto Bagnara wrote: > Mandatory Rule 19.1 (An object shall not be assigned or copied to an > overlapping object) is directly targeted at two undefined behaviors, > one of which is the subject of 6.5.16.1p3, namely: > >If the value being stored in an object is read from

Re: Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2023-07-12 Thread Jan Beulich
On 11.07.2023 18:40, Roberto Bagnara wrote: > Mandatory Rule 19.1 (An object shall not be assigned or copied to an > overlapping object) is directly targeted at two undefined behaviors, > one of which is the subject of 6.5.16.1p3, namely: > >If the value being stored in an object is read from

Re: Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2023-07-12 Thread Simone Ballarin
Il giorno mer 12 lug 2023 alle ore 14:50 Jan Beulich ha scritto: > On 11.07.2023 18:40, Roberto Bagnara wrote: > > Mandatory Rule 19.1 (An object shall not be assigned or copied to an > > overlapping object) is directly targeted at two undefined behaviors, > > one of which is the subject of

Re: Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2023-07-12 Thread Jan Beulich
On 11.07.2023 18:40, Roberto Bagnara wrote: > Mandatory Rule 19.1 (An object shall not be assigned or copied to an > overlapping object) is directly targeted at two undefined behaviors, > one of which is the subject of 6.5.16.1p3, namely: > >If the value being stored in an object is read from

Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build

2023-07-11 Thread Roberto Bagnara
Hi there. Mandatory Rule 19.1 (An object shall not be assigned or copied to an overlapping object) is directly targeted at two undefined behaviors, one of which is the subject of 6.5.16.1p3, namely: If the value being stored in an object is read from another object that overlaps in any