Deutsch   English   Français   Italiano  
<87mtf5ya80.fsf@universite-de-strasbourg.fr.invalid>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!news.mixmin.net!aioe.org!K7PIs9tCGQ+WHJa7e6BylQ.user.46.165.242.75.POSTED!not-for-mail
From: Alain Ketterlin <alain@universite-de-strasbourg.fr.invalid>
Newsgroups: fr.comp.lang.python
Subject: Re: Autre exercice : calculer la somme de x chiffres.
Date: Wed, 25 May 2022 16:10:07 +0200
Organization: =?utf-8?Q?Universit=C3=A9?= de Strasbourg
Message-ID: <87mtf5ya80.fsf@universite-de-strasbourg.fr.invalid>
References: <t6dj6a$sg8$1@gioia.aioe.org> <t6djq7$1570$1@gioia.aioe.org>
	<87o7zod3s7.fsf@izac.org>
	<877d6czfdn.fsf@universite-de-strasbourg.fr.invalid>
	<87k0accue3.fsf@izac.org>
	<87zgj7xg89.fsf@universite-de-strasbourg.fr.invalid>
	<87mtf669z5.fsf@izac.org>
	<87r14hyh3a.fsf@universite-de-strasbourg.fr.invalid>
	<87bkvlesee.fsf@izac.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Injection-Info: gioia.aioe.org; logging-data="57711"; posting-host="K7PIs9tCGQ+WHJa7e6BylQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Cancel-Lock: sha1:8SiNVcu4kvNTzaung9trPnfsz/Q=
X-Notice: Filtered by postfilter v. 0.9.2
Bytes: 2185
Lines: 24

Benoit Izac <use.reply.to@INVALID.ADDRESS> writes:

>> Voici ce que j'ai trouv=C3=A9 de plus ancien sur le bug dans la biblioth=
=C3=A8que
>> standard de Java :
>>
>> https://ai.googleblog.com/2006/06/extra-extra-read-all-about-it-nearly.h=
tml
>
> Je vois, du coup les autres qui ont fait des biblioth=C3=A8ques dans d'au=
tres
> langages (C par exemple) ont rencontr=C3=A9s le m=C3=AAme probl=C3=A8me (=
bien avant
> Java).

Oh oui. En C le probl=C3=A8me est doubl=C3=A9, parce que l'overflow sur le =
type
int provoque un comportement ind=C3=A9fini. Mais de toute fa=C3=A7on, le pr=
obl=C3=A8me
s'=C3=A9tait pos=C3=A9 il y a longtemps, quand les fichiers ont pu avoir une
taille sup=C3=A9rieure =C3=A0 2^31, et donc toutes les tailles et position =
doivent
=C3=AAtre de type size_t (avec les variantes POSIX dans sys/types.h).

-- Alain.