Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (62)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (8606)

  • libavformat : Handle error return from ff_listen_bind

    9 avril 2015, par Anders Nystrom
    libavformat : Handle error return from ff_listen_bind
    

    Handle error return from ff_listen_bind without leaking file descriptors.

    Signed-off-by : Anders Nystrom <anders.nystrom@southpole.se>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/tcp.c
    • [DBH] libavformat/unix.c
  • avcodec/alsdec : Check k from being outside what our implementation can handle

    25 août 2019, par Michael Niedermayer
    avcodec/alsdec : Check k from being outside what our implementation can handle
    

    The specification does not seem to list what the maximum valid
    value is

    Fixes : shift exponent 32 is too large for 32-bit type 'unsigned int'
    Fixes : 16268/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALS_fuzzer-5638164544225280

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/alsdec.c
  • dca_parser : Handle changes in DCA frame size

    4 septembre 2013, par John Stebbins
    dca_parser : Handle changes in DCA frame size
    

    A change in framesize caused a perpetual loss of synchronization.
    So read (and use) the frame size from the frame header instead of
    setting it only once.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/dca_parser.c