NORMSERVIS s.r.o.

ISO/IEC/TR 24731-1-ed.2.0

Information technology - Programming languages, their environments and system software interfaces - Extensions to the C library - Part 1: Bounds-checking interfaces

NORMA vydaná dňa 29.8.2007

Anglicky -
Elektronické PDF (297.60 EUR)

Anglicky -
Tlačené (297.60 EUR)

Anglicky -
CD-ROM (299.20 EUR)

Informácie o norme:

Označenie normy: ISO/IEC/TR 24731-1-ed.2.0
Dátum vydania normy: 29.8.2007
Počet strán: 81
Približná hmotnosť: 274 g (0.60 libier)
Krajina: Medzinárodná technická norma
Kategória: Technické normy ISO

Anotácia textu normy ISO/IEC/TR 24731-1-ed.2.0 :

ISO/IEC TR 24731-1:2007 provides alternative functions for the C Library (as defined in ISO/IEC 9899:1999) that promote safer, more secure programming. The functions verify that output buffers are large enough for the intended result, and return a failure indicator if they are not. Optionally, failing functions call a "runtime-constraint handler" to report the error. Data is never written past the end of an array. All string results are null terminated. In addition, the functions in ISO/IEC TR 24731-1:2007 are re-entrant: they never return pointers to static objects owned by the function. ISO/IEC TR 24731-1:2007 also contains functions that address insecurities with the C input-output facilities.