Don't have a credit card? Never mind we support BANK TRANSFER .

PRICES include / exclude VAT
Homepage>IEC Standards>ISO/IEC TR 24731-1:2007 - Information technology - Programming languages, their environments and system software interfaces - Extensions to the C library - Part 1: Bounds-checking interfaces
download between 0-24 hoursReleased: 2007-08-29
ISO/IEC TR 24731-1:2007 - Information technology - Programming languages, their environments and system software interfaces - Extensions to the C library - Part 1: Bounds-checking interfaces

ISO/IEC TR 24731-1:2007

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

Technologies de l'information - Langages de programmation, leurs environnements et leurs systèmes d'interface de logiciel - Extensions à la bibliothèque C - Partie 1: Interfaces des contrôles des bornes

Format
Availability
Price and currency
English PDF
Immediate download
238.68 EUR
English Hardcopy
in stock
238.68 EUR
Standard number:ISO/IEC TR 24731-1:2007
Released:2007-08-29
Edition:2
ICS:35.060
Pages (English):81
DESCRIPTION

ISO/IEC TR 24731-1:2007

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.