Recherche avancée

Médias (91)

Autres articles (34)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • 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 (...)

Sur d’autres sites (5211)

  • Cosmetic changes in lpc_asm.nasm and utf8.c

    31 août 2018, par lvqcl
    Cosmetic changes in lpc_asm.nasm and utf8.c
    
    • [DH] src/libFLAC/ia32/lpc_asm.nasm
    • [DH] src/share/utf8/utf8.c
  • http: avoid out of bound accesses on broken Set-Cookie headers

    8 mars 2018, par wm4
    http: avoid out of bound accesses on broken Set-Cookie headers
    

    It's trivial to craft a HTTP response that will make the code for
    skipping trailing whitespace access and possibly overwrite bytes outside
    of the memory allocation. Why this can happen is blindingly obvious : it
    accesses cstr[strlen(cstr)-1] without checking whether the string is
    empty.

    • [DH] libavformat/http.c
  • src/libFLAC/stream_decoder.c : Fail safely to avoid a heap overflow.

    27 novembre 2014, par Erik de Castro Lopo
    src/libFLAC/stream_decoder.c : Fail safely to avoid a heap overflow.
    

    This fix is closely related to the fix for CVE-2014-9028. When that
    fix went public Miroslav Lichvar noticed a similar potential problem
    spot in the same function and was able to craft a file to trigger a
    heap write overflow.

    Reported-by : Miroslav Lichvar <mlichvar@redhat.com>

    • [DH] src/libFLAC/stream_decoder.c