Incidencia #30923

眠っている騎乗モンスターを蹴るとゲームがクラッシュします

Abrir Fecha: 2013-03-07 19:31 Última actualización: 2013-04-08 22:23

Informador:
(Anónimo)
Propietario:
Tipo:
Estado:
Cerrado
Componente:
(Ninguno)
Hito:
(Ninguno)
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Fixed
Fichero:
Ninguno

Details

眠っている騎乗モンスターを蹴るとゲームがクラッシュします
環境はgcc 4.6.3, glibc 2.15で発生。strcpyでコピー先の領域が足りていません

  1. --- src/steed.c.orig 2006-08-26 20:46:49.000000000 +0900
  2. +++ src/steed.c 2013-03-07 12:19:23.790452123 +0900
  3. @@ -497,7 +497,7 @@
  4. void
  5. kick_steed()
  6. {
  7. - char He[4];
  8. + char He[16];
  9. if (!u.usteed)
  10. return;

Ticket History (3/4 Histories)

2013-03-07 19:31 Updated by: None
  • New Ticket "眠っている騎乗モンスターを蹴るとゲームがクラッシュします" created
2013-03-28 04:55 Updated by: argrath
  • Propietario Update from (Ninguno) to argrath
2013-03-31 23:34 Updated by: argrath
  • Resolución Update from Ninguno to Fixed
Comentario

コメントなどを追加してr706で修正しました。

2013-04-08 22:23 Updated by: argrath
  • Estado Update from Open to Cerrado
  • Ticket Close date is changed to 2013-04-08 22:23

Attachment File List

No attachments

Editar

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Entrar